home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / M-SGI4D.H < prev    next >
C/C++ Source or Header  |  1989-07-11  |  523b  |  19 lines

  1. /************** Machine (and compiler) dependent definitions. **************
  2.  *
  3.  *    This file is for a Silicon Graphics 4D series machines
  4.  */
  5.  
  6. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  7.  
  8. typedef unsigned char    int8;        /*        0 ..     255 */
  9. typedef short        int16;        /*  -10,000 ..  10,000 */
  10. typedef long        int32;        /* -100,000 .. 100,000 */
  11. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  12.  
  13. #undef NO_VARARGS
  14.  
  15. #ifdef NETWORK_DATABASE
  16. #undef NETWORK_BYTE_ORDER
  17. #include <netinet/in.h>
  18. #endif    /* NETWORK DATABASE */
  19.